POST
Get Users
http://localhost/easyweb.com/api/source/all

Username : electrocom
Password : electrocom

Request:

Response:

{
    "status": 1,
    "msgcode": "SUCCESS",
    "message": "Sorces Data.",
    "data": [
        {
            "id": 1,
            "title": "Source1",
            "description": "Source1 Description",
            "notes": "Source1 Notes",
            "status": 1,
            "created_at": "2025-05-27T02:12:01.000000Z",
            "updated_at": "2025-05-27T02:12:01.000000Z",
            "createdat": "27/05/2025 07:42:01",
            "updatedat": "27/05/2025 07:42:01"
        },
        {
            "id": 3,
            "title": "Source3",
            "description": "Source3 Description",
            "notes": "Source3 Notes",
            "status": 1,
            "created_at": "2025-05-27T02:12:01.000000Z",
            "updated_at": "2025-05-27T02:12:01.000000Z",
            "createdat": "27/05/2025 07:42:01",
            "updatedat": "27/05/2025 07:42:01"
        },
        {
            "id": 4,
            "title": "[name] <[email]>",
            "description": "<p>[name]</p><p>[email]</p><p>[mobile]</p>",
            "notes": "test data123",
            "status": 1,
            "created_at": "2025-05-30T07:11:45.000000Z",
            "updated_at": "2025-05-31T05:42:12.000000Z",
            "createdat": "30/05/2025 12:41:45",
            "updatedat": "31/05/2025 11:12:12"
        }
    ]
}